LocalDataSourceModule

public class LocalDataSourceModule

This object acts as a data module for the Local Data Source.

Functions

provideDb
Link copied to clipboard
@Singleton()
@Provides()
final AppDatabase provideDb(Context context)
This method provides the AppDatabase instance for the passing context.

Properties

INSTANCE
Link copied to clipboard
public final static LocalDataSourceModule INSTANCE